home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 3b.dir / 00002_Script_2 < prev    next >
Text File  |  1995-11-23  |  161b  |  10 lines

  1. on exitFrame
  2.   global roll
  3.   if roll=1 then
  4.     go to frame "rs7" of movie "3c.dir"
  5.   else
  6.     
  7.     go to frame "c" of movie "start.dir"
  8.   end if
  9.   
  10. end